home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1996 October / MACPOWER-1996-10.ISO.7z / MACPOWER-1996-10.ISO / AMUG / Internet_31 / NetCacheResolver 0.9d6 / NetCacheResolver 0.9d6 ト / library / NCR_Basic.h < prev    next >
Text File  |  1996-05-12  |  1KB  |  90 lines

  1. // NetCache Resolver, 1995 (C) Mizutori Tetsuya
  2. // - NCR_Basic.h, October 10, 1995
  3. // This document is pretty printed in 10-point Geneva font.
  4.  
  5. //#define DEBUG    1
  6.  
  7. //    GetIndString( Str255 theString, short strListID, short index );
  8.  
  9. enum strListIDs {
  10.     STRID_CACHE        = 128,
  11.     STRID_FIELD        = 129,
  12.     _strListIDs
  13. };
  14.  
  15. enum strIdx_Cache {
  16.     STRIX_CCACHE        = 1,        // "¥pCCache log"
  17.     STRIX_CCACHETYPE    = 2,        // "¥pDBMC"
  18.     STRIX_CACHE        = 3,        // "¥pCache log"
  19.     STRIX_CACHETYPE    = 4,        // "¥pTEXT"
  20.     STRIX_FORMAT        = 5,        // "¥pMCOM-Cache-file-allocation-table-format-1"
  21.     _strIdx_Cache
  22. };
  23.  
  24. enum menuBarIDs {
  25.     kMenuBarID    = 128,
  26.     _menuBarIDs
  27. };
  28.  
  29. enum menuIDs {
  30.     mApple        = 128,
  31.     mFile        = 129,
  32.     mEdit        = 130,
  33.     mPosition        = 100,
  34.     _menuIDs
  35. };
  36.  
  37. enum appleMenu {
  38.     iAbout        = 1,
  39.     _appleMenu_2,
  40.     iDeskAcc,
  41.     _appleMenu
  42. };
  43.  
  44. enum fileMenu {
  45.     iNew            = 1,
  46.     iOpen    ,
  47.     _fileMenu_3,
  48.     iClose,
  49.     iSave,
  50.     iSaveAs,
  51.     iRevert,
  52.     _fileMenu_8,
  53.     iPageSetup,
  54.     iPrint,
  55.     _fileMenu_11,
  56.     iPreferences,
  57.     _fileMenu_13,
  58.     iQuit,
  59.     _fileMenu
  60. };
  61.  
  62. enum editMenu {
  63.     iUndo            = 1,
  64.     _editMenu_2,
  65.     iCut,
  66.     iCopy    ,
  67.     iPaste,
  68.     iClear,
  69.     _editMenu_7,
  70.     iDuplicate,
  71.     iSelectAll,
  72.     _editMenu
  73. };
  74.  
  75. enum sortMenu {
  76.     iName        = 1,
  77.     iDate    ,
  78.     iSize,
  79.     iType,
  80.     iURL,
  81.     _sortMenu_6,
  82.     iPosition,
  83.     iReverse,
  84.     iNumber,
  85.     iSeparator,
  86.     _sortMenu
  87. };
  88.  
  89. // end of definition
  90.